 |
API Documentation
|
|
CULL_MODE
Available culling modes.
Definition: DxDefinesWrapper.h:500
RESOURCE_MISC_FLAG
Available misc flags for resources.
Definition: DxDefinesWrapper.h:56
static DEPTH_WRITE_MASK getStringDepthWriteMask(const std::string_view &str)
BLEND_OP
Available blending operations.
Definition: DxDefinesWrapper.h:464
static const char * getDepthWriteMaskString(DEPTH_WRITE_MASK val)
static const char * getStencilOpString(STENCIL_OP val)
static const char * getUsageString(USAGE val)
static DEPTH_WRITE_MASK getDepthWriteMaskFromIndex(unsigned int index)
static PASS_TYPE getStringPassType(const char *str)
static COMPARISON_FUNC getStringComparisonFunc(const std::string_view &str)
static const char * getBindFlagString(BIND_FLAG val)
RESOURCE_TYPE
The type of resources available in the component.
Definition: ResourceType.h:12
SHADER_TYPE
Available shader types.
Definition: DxDefinesWrapper.h:511
BIND_FLAG
Available binding flags for a resources.
Definition: DxDefinesWrapper.h:25
Converts enums to string, and vice versa.
Definition: StructToString.h:14
static STENCIL_OP getStencilOpFromIndex(unsigned int index)
static const char * getCullModeString(CULL_MODE val)
static const char * getFilteringString(FILTER val)
static COMPARISON_FUNC getComparisonFuncFromIndex(unsigned int index)
static USAGE getStringUsage(const char *str)
static const char * getComparisonFuncString(COMPARISON_FUNC val)
static CPU_ACCESS_FLAG getCpuAccessFlagFromIndex(unsigned int index)
static BLEND_OP getBlendOpFromIndex(unsigned int index)
static const char * getShaderTypeString(SHADER_TYPE val)
static BLEND getBlendFromIndex(unsigned int index)
static const char * getFillModeString(FILL_MODE val)
static FILL_MODE getFillModeFromIndex(unsigned int index)
static CULL_MODE getCullModeFromIndex(unsigned int index)
static const char * getShaderSemanticString(SHADER_SEMANTIC val)
static TEXTURE_ADDRESS_MODE getAddressModeFromIndex(unsigned int index)
DEPTH_WRITE_MASK
Available depth write masks.
Definition: DxDefinesWrapper.h:266
USAGE
Available usage for resources. Drives the memory used for hosting the data.
Definition: DxDefinesWrapper.h:13
static COLOR_WRITE_ENABLE getWriteMaskFromIndex(unsigned int index)
static BIND_FLAG getStringBindFlag(const char *str)
static CPU_ACCESS_FLAG getStringCpuAccessFlag(const char *str)
static BLEND getStringBlend(const std::string_view &str)
static RESOURCE_MISC_FLAG getMiscFlagFromIndex(unsigned int index)
static const char * getBlendOpString(BLEND_OP val)
static SHADER_TYPE getStringShaderType(const std::string_view &str)
static const char * getCpuAccessFlagString(CPU_ACCESS_FLAG val)
COLOR_WRITE_ENABLE
Available color write masks.
Definition: DxDefinesWrapper.h:477
BLEND
Available blending types.
Definition: DxDefinesWrapper.h:439
static COLOR_WRITE_ENABLE getStringWriteMask(const std::string_view &str)
static FORMAT getStringFormat(const std::string_view &str)
static const char * getBlendString(BLEND val)
static const char * getFormatString(FORMAT val)
PASS_TYPE
The pass types available in the component.
Definition: PassType.h:12
static USAGE getUsageFromIndex(unsigned int index)
CPU_ACCESS_FLAG
Available cpu access flags.
Definition: DxDefinesWrapper.h:44
static SHADER_SEMANTIC getStringShaderSemantic(const char *str)
static RESOURCE_TYPE getStringResourceType(const char *str)
static RESOURCE_MISC_FLAG getStringMiscFlag(const char *str)
static TEXTURE_ADDRESS_MODE getStringAddressMode(const std::string_view &str)
static PROGRAM_COMPILATION_PROFILE getStringProgramProfile(const std::string_view &str)
static TEX_RENDER_FLAG getStringTexRenderFlag(const std::string_view &str)
TEXTURE_ADDRESS_MODE
Available texture addressing modes available for samplers.
Definition: DxDefinesWrapper.h:126
static FILTER getFilteringFromIndex(unsigned int index)
FILTER
Available filters available for samplers.
Definition: DxDefinesWrapper.h:82
static const char * getResourceTypeString(RESOURCE_TYPE val)
SHADER_SEMANTIC
Available shader semantics.
Definition: DxDefinesWrapper.h:527
COMPARISON_FUNC
Available comparison functions.
Definition: DxDefinesWrapper.h:139
STENCIL_OP
Available stencil operations.
Definition: DxDefinesWrapper.h:276
static const char * getMiscFlagString(RESOURCE_MISC_FLAG val)
static BLEND_OP getStringBlendOp(const std::string_view &str)
FORMAT
Available formats for resources.
Definition: DxDefinesWrapper.h:155
static FORMAT getFormatFromIndex(unsigned int index)
FILL_MODE
Available filling mode during rasterization.
Definition: DxDefinesWrapper.h:490
static STENCIL_OP getStringStencilOp(const std::string_view &str)
static const char * getAddressModeString(TEXTURE_ADDRESS_MODE val)
static BIND_FLAG getBindFlagFromIndex(unsigned int index)
static const char * getPassTypeString(PASS_TYPE val)
PROGRAM_COMPILATION_PROFILE
Available program compilation profiles.
Definition: DxDefinesWrapper.h:652
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
static FILL_MODE getStringFillMode(const std::string_view &str)
static const char * getProgramProfileString(PROGRAM_COMPILATION_PROFILE val)
static FILTER getStringFiltering(const std::string_view &str)
static CULL_MODE getStringCullMode(const std::string_view &str)
TEX_RENDER_FLAG
The render flag possible for a texture.
Definition: Texture.h:22
static std::string_view getTexRenderFlagString(TEX_RENDER_FLAG val)
static const char * getWriteMaskString(COLOR_WRITE_ENABLE val)